home *** CD-ROM | disk | FTP | other *** search
/ The Arsenal Files 8 / The Arsenal Files Collection #8 (Arsenal Computer) (1996).ISO / doorware / wot19-wb.zip / WOT.BAT < prev    next >
DOS Batch File  |  1996-09-03  |  738b  |  22 lines

  1. REM This is an example batch file for a Wildcat 4.x system.
  2. REM WOT runs on nearly any BBS system.
  3. REM
  4. REM There are other parameters that you can add to the command line,
  5. REM Here's an example of multiple switches on the command line:
  6. REM WOT -PORT 1 -NOFOSSIL -IRQ 2 -D d:\wildcat\wcwork\node%wcnodeid%\
  7. REM     ^Comport ^nofossil ^irq#  ^path to drop file
  8. REM just run WOT -? and you will see all of them.
  9. REM
  10. REM You can also use the CUSTOM.CFG file.  See that for more details.
  11. REM I will help you, should you become stuck.  See SYSOP.DOC for details
  12. REM about contacting me.
  13. REM
  14. REM
  15. REM                       :Batch file begins here:
  16. REM
  17. d:
  18. cd\doors\wot
  19. WOT -d d:\wildcat\wcwork\node%wcnodeid%\
  20. cd\wildcat
  21. exit
  22.